CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - SOCKET UDP

搜索资源列表

  1. braodcast_udp

    0下载:
  2. 这是一个linux下的socket程序,发送udp广播,最后得到本机的IP地址。-This is a linux program under the socket, send udp broadcast, and finally get the IP address of the machine.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:982
    • 提供者:godence
  1. FredChat

    0下载:
  2. UDP实现聊天传输,TCP实现文件传输功能;主要使用Socket编程-UDP transmission chat implementation, TCP implementation file transfer function the main use of Socket Programming
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:54305
    • 提供者:fred
  1. pscan2

    0下载:
  2. TCP/UDP端口扫描器,打印服务名称、RPC服务、网卡地址 -TCP/UDP port scanner, print service name, rpc server, network card addre
  3. 所属分类:Scanner

    • 发布日期:2017-11-20
    • 文件大小:5443
    • 提供者:站长
  1. src

    0下载:
  2. Java实现Socket通信,udp方式。一个Sender,一个Receiver,数据报socket.用于初学者理解socket应用-Java realization of Socket Communications, udp way. A Sender, a Receiver, datagram socket. For beginners to understand socket application
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:1436
    • 提供者:田甜
  1. UDPScaner

    0下载:
  2. SOCKET编程例子5-SOCKET programming example 5
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-15
    • 文件大小:91345
    • 提供者:wangyu
  1. JAVAClient_Server

    0下载:
  2. 1) 利用InetAddress类的方法获取主机的名称和IP地址。 2) 利用URL类获取网络资源。 3) 使用Socket编程:客户机发送数据到服务器,服务器将接收到的数据返回给客户机,运用多线程机制,实现服务器同时处理多个客户机的请求。 4) 使用UDP编程:客户机发送数据到服务器,服务器将接收到的数据返回给客户机, 实现一个模拟电子邮件的发送和接收的UDP程序。 -1) using InetAddress class method to get the host name
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:55132
    • 提供者:
  1. LANChat

    0下载:
  2. 毕业设计:VC++局域网聊天程序 本程序利用Socket套接字将主程序分为服务端和客户端两个部分。采用了UDP和TCP/IP相结合,有效提高了数据传输的时效性和稳定性。本程序还用到了多线程编程,用来解决程序自身阻塞的问题。 -Graduation Project: VC++ LAN chat program using this procedure will be the main program is divided into Socket socket server and client
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:237540
    • 提供者:sdfads
  1. kernel_socket

    0下载:
  2. socket程序大家见多了,给大家写个Linux 2.6.x内核,从内核态发包的 socket程序,笑纳◎!-socket program we see more and give everyone write a Linux 2.6.x kernel from the kernel socket state contract procedures笑纳◎!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:18768
    • 提供者:蒋荣欣
  1. socket

    0下载:
  2. 网络编程!通过UDP协议获取客户端时间,程序简单易懂!-Network programming! Through the UDP protocol client access time, easy-to-read program!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2016-01-24
    • 文件大小:13484
    • 提供者:魏志君
  1. socketUDP

    0下载:
  2. 计算机网络UDP socket编程代码,分为客户端和服务端-Computer network UDP socket programming code, divided into client and server
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-14
    • 文件大小:2836
    • 提供者:风琴
  1. Socket

    0下载:
  2. socket用例,包含TCP和UDP两个通讯代码,最精简的版本。适合初级学习-socket use cases, including both TCP and UDP communication code, the most streamlined version. Suitable for primary learning
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-06
    • 文件大小:17387
    • 提供者:zerlier
  1. UDTC_S

    1下载:
  2. 使用UDP模拟可靠传输协议rdt2.0。使用两个程序,一个发送一个接收,方便大家学习。 (VC6,MFC,socket)-Reliable simulation of the use of UDP transport protocol rdt2.0. The use of two procedures, one to send a receiver to facilitate learning. (VC6, MFC, socket)
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2016-11-06
    • 文件大小:61742
    • 提供者:liangliang
  1. chartRoom

    0下载:
  2. 使用delphi自带的控件,实现基于UDP的聊天工具通信,包括对SOCKET通信编程、基本控件使用、SQL数据库与delphi联合操作数据等-Use delphi s own control, UDP-based chat tool for communication, including SOCKET communications programming, use the basic controls, SQL database and delphi joint operation data,
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-09
    • 文件大小:1247387
    • 提供者:zhoujuan
  1. netmsg

    0下载:
  2. 1.说明 类似于QQ的局域网聊天软件,包括服务器端和客户端程序,采用tcp/ip socket多线程编程,服务器端主要负责客户端用户的注册登陆,用户资料的获取.客户端负责与其他客户端进行信息控制与传递(包括聊天和传送文件). 2.特点 a.采用tcp非udp的socket编程,保证传输的稳定性和实时性. b.在同步操作时大多数采用了多线程和超时控制.例如:在传送文件的同时能继续聊天. c.服务器只负责用户登陆,查询,修改用户的基本信息和实时的在线用户列表.而不参与客户端之间
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-07
    • 文件大小:248698
    • 提供者:肖武华
  1. ThreadSockect

    0下载:
  2. 使用数据报(UDP)创建并初始化套接字,接收发送数据-The use of datagram (UDP) to create and initialize the socket, the receiving send data
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-27
    • 文件大小:12540
    • 提供者:Zheng
  1. CEUDPDemo

    0下载:
  2. winCE操作系统下,基于SOCKET API封装一个CUDP_CE类,并通过该类演示了双方利用UDP进行传输数据的过程。-WinCE operating system, based on the SOCKET API package CUDP_CE a category, and through such demonstration of both sides to transmit data using UDP process.
  3. 所属分类:Windows CE

    • 发布日期:2017-04-26
    • 文件大小:46046
    • 提供者:王学宁
  1. PacketSniffer

    0下载:
  2. Title: Raw Packet Sniffer It currently has support for 3 protocols (TCP, UDP and ICMP) and can very easily be expanded to include more. The packet sniffer itself is wrapped in a very object oriented fashoin allowing you to just plug it right int
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:80395
    • 提供者:ST.POLO
  1. vc_UDP_communication

    0下载:
  2. vc下用SOCKET套接字开发的UDP通信程序,包括发送和接收程序-SOCKET socket vc using UDP communication program development, including the sending and receiving process
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1940795
    • 提供者:小文
  1. sever

    0下载:
  2. 网络服务器编程,包含TCP和UDP,几款流行的服务器模型-Web server programming, including TCP and UDP, several popular server model
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-29
    • 文件大小:213935
    • 提供者:北平
  1. Udpclient

    0下载:
  2. UDP通信传输,是客户端client的,socket的使用步骤-UDP communication
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:718
    • 提供者:super
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com